home *** CD-ROM | disk | FTP | other *** search
/ PC Active 2009 June / PC Active NR.226.iso / intface / software / GAMES / GAMES.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2008-01-31  |  637 b   |  44 lines

  1. body
  2. {
  3.     scrollbar-base-color     : #B9B9D9;
  4.     scrollbar-arrow-color    : #ffffff;
  5.  
  6. }
  7. a.body
  8. {
  9.     color: #BDBDFD;
  10.     text-decoration: underline;
  11. }
  12. A       { color: #0000aa; }
  13. A:hover { color: white; }
  14. .titel  { color: #99ccff; }
  15.  
  16. .gamelink {    color: #0000aa; }
  17. .gamelink:hover { color: #0000aa;
  18.                 text-decoration: underline;     }
  19.  
  20. .Gamepopup
  21. {
  22.     position: absolute;
  23.     left: 40px;
  24.     top: 20px;
  25.     color: white;
  26. }
  27.  
  28. .Gamepopup td
  29. {
  30.     color: white;
  31. }
  32.  
  33. .Gamepopup a
  34. {
  35.     color: #aaaaff;
  36. }
  37.  
  38. ul
  39. {    list-style-image: url(../images/Bullet.gif);
  40.     position: relative;
  41.     right: 20px;
  42.     margin-top:15px;
  43.     margin-bottom:0px;
  44. }